From c69c98cb08e63f695c6e95412d36f0d45ddbb5cb Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 6 Sep 2009 18:59:26 +0000 Subject: [PATCH] More tweaks to remove the "FE" from more places. --- configure.in | 2 +- gui/setup.iss.in | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configure.in b/configure.in index 9f23a2205..8c9af3964 100644 --- a/configure.in +++ b/configure.in @@ -415,6 +415,6 @@ if test "$ac_cv_valistisarray" = true ; then else AC_MSG_RESULT(no) fi -AC_CONFIG_FILES([Makefile gbversion.h xmldoc/makedoc tools/mkcapabilities win32/gpsbabel.rc jeeps/Makefile shapelib/Makefile zlib/empty]) +AC_CONFIG_FILES([Makefile gbversion.h gui/setup.iss xmldoc/makedoc tools/mkcapabilities win32/gpsbabel.rc jeeps/Makefile shapelib/Makefile zlib/empty]) AC_OUTPUT diff --git a/gui/setup.iss.in b/gui/setup.iss.in index f79ebe309..cd28c7a85 100755 --- a/gui/setup.iss.in +++ b/gui/setup.iss.in @@ -1,4 +1,4 @@ -; $Id: setup.iss.in,v 1.2 2009/09/06 05:04:07 robertl Exp $ +; $Id: setup.iss.in,v 1.3 2009/09/06 18:59:26 robertl Exp $ ; ; NOTE: setup.iss is generated from setup.iss.in via autoconf. ; The generated setup.iss is checked in to help keep the version numbers @@ -16,14 +16,14 @@ ; Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{1B8FE958-A304-4902-BF7A-4E2F0F5B7017} -AppName=GPSBabelFE -AppVerName=GPSBabelFE @PACKAGE_VERSION@@PACKAGE_RELEASE@ +AppName=GPSBabel +AppVerName=GPSBabel @PACKAGE_VERSION@@PACKAGE_RELEASE@ AppPublisher=GPSBabel AppPublisherURL=http://www.gpsbabel.org AppSupportURL=http://www.gpsbabel.org AppUpdatesURL=http://www.gpsbabel.org -DefaultDirName={pf}\GPSBabelFE -DefaultGroupName=GPSBabelFE +DefaultDirName={pf}\GPSBabel +DefaultGroupName=GPSBabel OutputDir=release OutputBaseFilename=GPSBabelSetup SetupIconFile=images\babel2.ico @@ -89,8 +89,8 @@ Source: COPYING; DestDir: {app}; Flags: ignoreversion ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons] -Name: "{group}\GPSBabelFE"; Filename: "{app}\gpsbabelfe.exe" -Name: "{commondesktop}\GPSBabelFE"; Filename: "{app}\gpsbabelfe.exe"; Tasks: desktopicon +Name: "{group}\GPSBabel"; Filename: "{app}\gpsbabelfe.exe" +Name: "{commondesktop}\GPSBabel"; Filename: "{app}\gpsbabelfe.exe"; Tasks: desktopicon [Run] Filename: "{app}\gpsbabelfe.exe"; Description: "{cm:LaunchProgram,GPSBabelFE}"; Flags: nowait postinstall skipifsilent -- 2.30.2